home *** CD-ROM | disk | FTP | other *** search
/ Just Call Me Internet / Just Call Me Internet.iso / com / bbs / emul / utermisc / update.arc / README_V.20E < prev   
Text File  |  1988-11-01  |  4KB  |  99 lines

  1. ReadMe for UniTerm V2.0e 002 <-|
  2. ----------------------------   |
  3. 2.9.88                         |This number is displayed on the
  4.                                 'About UniTerm...' dialog box and
  5.                                 indicates the "Edit Number"
  6.  
  7. Changes 2.0d to 2.0d
  8. --------------------
  9.  
  10. General: - Setup file format changed!
  11.  
  12.          - Further performance improvement: sampling RS232, keyboard,
  13.            DCD and break status now takes 0.07mS (on new versions of TOS,
  14.            0.15mS on the original ROM TOS) instead of 0.14mS.
  15.            (Technical note: UniTerm uses trap 10 internally now, so other
  16.            programs should leave this alone.)
  17.  
  18.          - Mouse should work again in programs that are started from the
  19.            'Run program' item (this stoped working in 2.0d 10 or so).
  20.  
  21.          - `Feature' (I'm just documenting a bug that has been around a
  22.            long time): the `run' macro command only automatically
  23.            indentifies TTP and TOS programs, if the extension is in
  24.            capital letters.......
  25.  
  26.          - Whitespace is now allowed  after macro command names.
  27.  
  28.          - Internal command numbers for Ctrl F1 - F10 are 68 to 77.
  29.  
  30.          - All RS232 parameters can now be set:
  31.            add a '/' plus a 5 digit string in the following format to the
  32.            name filed in the dialer setup menu:
  33.  
  34.                    BPDSF
  35.                    |||||
  36.                    ||||Flowcontrol
  37.                    ||||   0     None
  38.                    ||||   1     XOn/XOff
  39.                    ||||   2     RTS/CTS
  40.                    |||Stopbits
  41.                    |||   0     1
  42.                    |||   1     2
  43.                    ||Databits
  44.                    ||   0     8
  45.                    ||   1     7
  46.                    |Parity
  47.                    |   0     None
  48.                    |   1     Odd
  49.                    |   2     Even
  50.                    Baud
  51.                       0     19200
  52.                       1      9600
  53.                       2      4800
  54.                      (3      3600)
  55.                       4      2400
  56.                      (5      2000)
  57.                      (6      1800)
  58.                       7      1200
  59.                      (8       600)
  60.                       9       300
  61.  
  62.           Trailing fields can be omitted, non digit characters do not
  63.           change the value of the corresponding parameter.
  64.  
  65.           A macro command is now available that will take a string in
  66.           above format and set the RS232 port:
  67.  
  68.                RS232CONF(string)
  69.  
  70.           Examples:
  71.  
  72.                 Dialer:
  73.                         att\1001      set the serial port to
  74.                                       9600 Baud, no parity, 8 data and
  75.                                       1 stop bit, leave the flow control
  76.                                       setting alone.
  77.  
  78.                         te\-2111      leave speed setting as it is, set
  79.                                       even parity, 7 data, 2 stop bits
  80.                                       and XOn/XOff flowcontrol.
  81.  
  82.                 Macro:
  83.                         rs232conf('00000')
  84.                                       19200 Baud, no parity, 8 data and
  85.                                       1 stop bit and no flowcontrol
  86.                                       (the only setting you would need in
  87.                                       a perfect world :-)).
  88.  
  89.                         rs232conf('----0')
  90.                                       just turn flow control off.
  91.  
  92.           >>Sorry for the rather horrible user interface!<<
  93.  
  94.           Warning: on pre Mega-TOS operating system releases, setting
  95.                    the serial port parameters caused a ASCII DEL to be
  96.                    sent.
  97.  
  98. ****************************************************************************
  99.